ComponentOne ASP.NET MVC Controls
TotalAngle Method

C1.Web.Mvc.Fluent Namespace > FlexRadarBuilder<T> Class : TotalAngle Method
The value.
Configurates C1.Web.Mvc.FlexRadar<T>.TotalAngle. Sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.
Syntax
'Declaration
 
Public Function TotalAngle( _
   ByVal value As Integer _
) As FlexRadarBuilder(Of T)
public FlexRadarBuilder<T> TotalAngle( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexRadarBuilder<T> Class
FlexRadarBuilder<T> Members